home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 October / Chip_2002-10_cd1.bin / sharewar / hnet / hnetinfo.exe / {app} / HNetware / HInfoNetW.EN / RCDATA / TMAILPROPDLG / TMAILPROPDLG.txt < prev   
Text File  |  2002-07-03  |  2KB  |  122 lines

  1. object MailPropDlg: TMailPropDlg
  2.   Left = 245
  3.   Top = 108
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'E-mail'
  7.   ClientHeight = 328
  8.   ClientWidth = 444
  9.   Color = clBtnFace
  10.   DefaultMonitor = dmDesktop
  11.   ParentFont = True
  12.   Icon.Data = {<image000.ico>}
  13.   OldCreateOrder = True
  14.   Position = poScreenCenter
  15.   Visible = True
  16.   OnClose = FormClose
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 16
  21.     Top = 48
  22.     Width = 89
  23.     Height = 13
  24.     Caption = 'E-mail address:'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 16
  28.     Top = 80
  29.     Width = 57
  30.     Height = 13
  31.     Caption = 'BCC:'
  32.   end
  33.   object Label3: TLabel
  34.     Left = 16
  35.     Top = 120
  36.     Width = 65
  37.     Height = 13
  38.     Caption = 'Subject:'
  39.   end
  40.   object Label4: TLabel
  41.     Left = 40
  42.     Top = 169
  43.     Width = 65
  44.     Height = 13
  45.     Caption = 'Priority:'
  46.   end
  47.   object OKBtn: TButton
  48.     Left = 127
  49.     Top = 260
  50.     Width = 75
  51.     Height = 25
  52.     Caption = 'OK'
  53.     Default = True
  54.     ModalResult = 1
  55.     TabOrder = 0
  56.     OnClick = OKBtnClick
  57.   end
  58.   object CancelBtn: TButton
  59.     Left = 231
  60.     Top = 260
  61.     Width = 75
  62.     Height = 25
  63.     Cancel = True
  64.     Caption = 'Cancel'
  65.     ModalResult = 2
  66.     TabOrder = 1
  67.     OnClick = CancelBtnClick
  68.   end
  69.   object Edit1: TEdit
  70.     Left = 112
  71.     Top = 40
  72.     Width = 281
  73.     Height = 21
  74.     TabOrder = 2
  75.   end
  76.   object Edit2: TEdit
  77.     Left = 112
  78.     Top = 80
  79.     Width = 281
  80.     Height = 21
  81.     TabOrder = 3
  82.   end
  83.   object Edit3: TEdit
  84.     Left = 112
  85.     Top = 120
  86.     Width = 281
  87.     Height = 21
  88.     TabOrder = 4
  89.   end
  90.   object RadioButton1: TRadioButton
  91.     Left = 112
  92.     Top = 168
  93.     Width = 105
  94.     Height = 17
  95.     Caption = 'Low'
  96.     TabOrder = 5
  97.   end
  98.   object RadioButton2: TRadioButton
  99.     Left = 112
  100.     Top = 192
  101.     Width = 105
  102.     Height = 17
  103.     Caption = 'Normal'
  104.     Checked = True
  105.     TabOrder = 6
  106.     TabStop = True
  107.   end
  108.   object RadioButton3: TRadioButton
  109.     Left = 112
  110.     Top = 216
  111.     Width = 105
  112.     Height = 17
  113.     Caption = 'High'
  114.     TabOrder = 7
  115.   end
  116.   object IdSMTP1: TIdSMTP
  117.     MailAgent = 'HInfoNetware 1.0'
  118.     Left = 24
  119.     Top = 264
  120.   end
  121. end
  122.